v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Company Digital Footprint

Updates the status of a cloud provider.

Update the status of a cloud provider.

patch/api/v2/companies/{id}/clouds/{cloudid}

Path parameters

idinteger required
Example:123

The id of the company to be updated.

cloudidinteger required
Example:123

The id of the cloud provider to be updated.

Request body

Status'Active' | 'Inactive' nullable required

The new status of the cloud provider. Inactive cloud providers are excluded from the scans and from the risk score calculations.

Example request

{
  "Status": "Inactive"
}

Response

Success