---
title: "Suspend a customer tenant"
method: POST
path: "/msp/v2/customers/{customerID}/tenants/{tenantID}/suspend"
tags: ["Tenants"]
---

# Suspend a customer tenant

`POST /msp/v2/customers/{customerID}/tenants/{tenantID}/suspend`

Suspend a customer's tenant.
- Note
    - After the tenant or product is suspended, you cannot access the tenant's console.
    - After you initiate the operation, it is queued and a task ID is generated. You can get the task ID from the success response. Use this task ID in the 'Get Task Details' API to track the operation's progress.

## Path parameters

- `customerID` string, required
- `tenantID` string, required

## Headers

- `Authorization` string, required

## Response `200`

Ok

- TaskCreatedResponse
  - `task` object
    - `id` string — The task ID of the operation, and can be used to track the progress. Use this task ID in the 'Get Task Details' API to track the operation's progress. Example - 'c8b54819-486a-497a-b86e-5b93f2422711'.

## Other responses

- `400` — Bad Request
- `500` — The request was not processed due to an internal error in MSP Portal Service.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
