Skip to main content
DELETE
Delete Deployment

Path Parameters

deployment_id
string<uuid>
required

Query Parameters

delete_tracing_project
boolean
default:false

Optionally delete tracing project for the deployment.

force
boolean
default:false

Force delete the deployment's control-plane metadata, skipping Kubernetes resource cleanup. Only works on a deployment that has already been soft-deleted by a prior delete call; force-deleting a still-active deployment returns 400. Use to clear stale deployments whose runtime is already gone. This is unrecoverable and may orphan remaining cluster-side resources. Reusing the deployment name after a force delete is unsupported and may attach a new deployment to those orphaned resources; use a different name.

Response

Successful Response