Skip to main content
Alerting & Response/Alert Templates

ActivateAlertSilenceTemplate

Activate a silence template to create an active silence rule from it

POST/api/v1/alerting/silence-templates/{templateId}/activate

Operation ID

ActivateAlertSilenceTemplate

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • templateId
    StringRequired

    Unique identifier of the template to activate

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • silenceRuleId
    String

    UUID of the created silence rule

    Example: silence-activated-001

  • startsAt
    String

    Start time of the activated silence window

    Example: 2026-01-15T08:00:00Z

  • endsAt
    String

    End time of the activated silence window

    Example: 2026-01-15T08:00:00Z