Logo
Elasticsearch API Documentation

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.

 

Body PARAM

Key Datatype Required Description 
force_delete
boolean When `true`, deletes the pending plan instead of attempting a graceful cancellation. The default is `false`.
ignore_missing
boolean When `true`, returns successfully, even when plans are missing. The default is `false`.



HEADERS

Key Datatype Required Description 




RESPONSES

status OK





Curl
curl -X DELETE 'https://api.elastic-cloud.com/api/v1//deployments/:deployment_id/:resource_kind/:ref_id/plan/pending?force_delete=false&ignore_missing=false?force_delete=false&ignore_missing=false'

ENDPOINTS