Operational
[BETA] Disables a signal endpoint.
Enterprise feature
[BETA] This API is in beta state, which means it may change or be removed in the future.
Disables an existing signal endpoint, identified by its id.
post/api/admin/signal-endpoints/{id}/off
Path parameters
idstring required
Response
#/components/schemas/signalEndpointSchema
Example response
{
"id": 7,
"enabled": true,
"name": "cpu-over-90",
"description": "Notifies when CPU usage is over 90%.",
"createdAt": "2023-12-27T13:37:00+01:00",
"createdByUserId": 1337,
"url": "https://app.unleash-hosted.com/my-instance/signal-endpoint/cpu-over-90",
"tokens": [
{
"id": 7,
"token": "signal_xyzrandomstring",
"name": "My external app #1",
"signalEndpointId": 1337,
"createdAt": "2023-12-27T13:37:00+01:00",
"createdByUserId": 1337
}
]
}