Shutdown a Data Orchestrator

post/backup-recovery/v1beta1/data-orchestrators/{id}/shutdown-guest-os

This API will power off the Data Orchestrator to allow for maintenance of the hypervisor.

Securitybearer
Request
path Parameters
id
required
string <uuid>

id of the Data Orchestrator.

Request Body schema: application/json
force
boolean
Default: true

Indicates whether the operation is to be forced.

Responses
202

Accepted

400

Bad request

401

Unauthorized

403

Forbidden

500

IInternal server error

503

Service not available

Request samples
application/json
{
  • "force": true
}
Response samples
application/json
{ }