Stop Tenant


This request stops an running tenant.

Resource

POST /tenants/<OID>/stop

Where OID is the tenant’s database ID (the databaseId field).
It is required to give up the stop reason in the payload.

Parameters

None

Response

None

Context

Authorization

Master

Configuration

Multi-tenant

Errors

HTTP code Xelion code Description

400

10063

Not the master tenant.

404

10060

No multi-tenant configuration.

10100

No tenant with the specified ID exists.

Example

Request
POST https://xelion.nl/api/v1/master/tenants/1/stop