Cancel a rebuild for a host.
The host must be in Rebuild state for this method to work. In order to cancel a rebuild for a host, the user must have permission to rebuild the host, that is, they must either:
/cubit_api/1/rebuild_cancel
This method requires authentication using an API key.
Successful host rebuild cancel: <?xml version='1.0'?> <cubit version='1'> <status>OK</status> </cubit> If the user is unauthorized: <?xml version='1.0'?> <cubit version='1'> <error>You are not authorized to cancel a rebuild for this host.</error> </cubit>