Command Palette
Search for a command to run

Cancel a deployment

Cancel an in-progress deployment

POST
/auth/v1/seed/{namespace}/projects/{proj}/deployments/{id}/cancel

Path parameters


namespace
type: string
required
The namespace (user or organization) the project belongs to.
proj
type: string
required
The project ID or slug.
id
type: string
required
The deployment ID to cancel.

Previous Rollback a deployment

Next List environments