cURL
curl --request DELETE \ --url https://api.example.com/deployments/{deployment}
{ "message": "<string>", "restate_code": "<string>" }
Delete a deployment. Currently, only forced deletions are supported. Use with caution: forcing a deployment deletion can break in-flight invocations.
Deployment identifier
If true, the deployment will be forcefully deleted. This might break in-flight invocations, use with caution.
Deployment deletion accepted and will be processed asynchronously
Was this page helpful?