Addons /
Abort backup restore
Aborts an in-progress backup restore.
URL parameters
project
string required
ID of the project
addon
string required
ID of the addon
backup
string required
ID of the backup
Request attributes
object
restoreId
string required
ID of the restore to abort.
API
CLI
POST /v1beta/projects/{project}/addons/{addon}/backups/{backup}/abort-restore
Example request
request body
curl
curl --header "Content-Type: application/json" \
--header "Authorization: Bearer NORTHFLANK_API_TOKEN" \
--request POST \
--data '{"restoreId":"1611305397038"}' \
https://api.northflank.com/v1beta/projects/{project}/addons/{addon}/backups/{backup}/abort-restore
Example response
200 OK
success