---
title: "Disable mTLS Enforcement for an Agent Pool"
method: POST
path: "/agent-pools/{agent_pool}/actions/disable-mtls-enforcement"
tags: ["agent-pools-mtls-certificates"]
---

# Disable mTLS Enforcement for an Agent Pool

`POST /agent-pools/{agent_pool}/actions/disable-mtls-enforcement`

Disables mTLS client certificate enforcement for the specified agent pool.

Once disabled, agent sessions are no longer required to present a client certificate.

## Path parameters

- `agent_pool` string, required

## Response `204`

mTLS enforcement disabled successfully.

## Other responses

- `403` — User unauthorized to perform this action.
- `404` — Agent pool not found or user unauthorized.
- `409` — mTLS enforcement is already disabled.
- `4XX` — Client error.
- `5XX` — Server error.

---

[API](https://skmtc.net/scalr/apis/scalr-iacp-api.md) · [All operations](https://skmtc.net/scalr/apis/scalr-iacp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalr/scalr-iacp-api/revisions/fc927526ad12/schema)
