Stop Plan

Stops a specific maintenance plan. Note: Only active plans can be stopped.

🚧

Authentication

All BigPanda APIs require Bearer Token Authorization in the call headers.

This API uses the User API Key type of Authorization token.

Sample Call

curl --request POST \
     --url https://api.bigpanda.io/resources/v2.0/maintenance-plans/${id}/stop \
     --header 'Content-Type: application/json; charset=utf-8' \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer <User API Key>'
curl --request POST \
     --url https://eu-api.bigpanda.io/resources/v2.0/maintenance-plans/${id}/stop \
     --header 'Content-Type: application/json; charset=utf-8' \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer <User API Key>'
Language