---
title: "Disable Trigger"
method: POST
path: "/v1/triggers/{trigger_id}/disable"
tags: ["v1", "protected", "triggers"]
---

# Disable Trigger

`POST /v1/triggers/{trigger_id}/disable`

Disable a trigger.

Disables the specified trigger, preventing it from executing.
For cron triggers, this will pause the schedule.

Args:
    trigger_id: The unique identifier of the trigger
    user_context: Authentication context
    trigger_service: Injected trigger service

Returns:
    Success status

Raises:
    HTTPException: If trigger not found

## Path parameters

- `trigger_id` string, uuid, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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