Create a revision
When you create a deployment, LangSmith creates its first revision. Use the LangSmith UI or LangGraph CLI to create subsequent revisions.- LangSmith UI
- LangGraph CLI
From the LangSmith UI, select Deployments, then select a deployment.
- In the top-right corner of the Deployment view, select + New Revision.
- In the New Revision modal, specify the full path to the API configuration file, including the file name. For example, enter
langgraph.jsonif the file is in the repository root. - Choose whether to make the deployment shareable through Studio.
- Add, remove, or update environment variables and secrets. Existing values are prepopulated. For more information, see Environment variables.
- Select Submit. LangSmith queues the revision for deployment.
Interrupt a revision
Interrupt a revision only when it is stuck and prevents you from deploying another revision. To interrupt a revision:- From the Deployments view, select a deployment.
- In the Revisions table, select the menu icon for the revision.
- Select Interrupt.
- Review the confirmation message, then select Interrupt revision.
See also
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

