post http://localhost:9100/api/versioned/v1/instance:cancel
This operation attempts to cancel all incomplete (including pending) activities for the instance, including :
- Incomplete backups.
- Incomplete project imports.
- Incomplete project exports.
- Incomplete dataset create operations, and roll-back any changes.
- Incomplete dataset delete operations, and roll-back any changes.
- Any other incomplete operations, and roll-back any changes.
- Incomplete dataset transactions that are not associated with an operation, and roll-back any changes.
If there is no error canceling any activity, the operation returns success; otherwise it returns the first error encountered. Examine the server logs to identify any canceled activities.