Cancel resource pending plan

DELETE {{baseUrl}}/deployments/:deployment_id/:resource_kind/:ref_id/plan/pending?force_delete=false&ignore_missing=false

Cancels the pending plan of a Resource belonging to a given Deployment.

Request Params

KeyDatatypeRequiredDescription
force_deletebooleanWhen true, deletes the pending plan instead of attempting a graceful cancellation. The default is false.
ignore_missingbooleanWhen true, returns successfully, even when plans are missing. The default is false.

RESPONSES

status: OK

""