Delete a cycle
Hard delete. Issues in the cycle are NOT deleted — they fall back to no cycle. To warn before deleting, count them with GET /v1/issues?cycle_id= first.
View as MarkdownAuthorization
bearer In: header
Path Parameters
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/cycles/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "message": "string"}Update a cycle
Partial update. Omitted fields keep their stored value — in particular an omitted number does NOT renumber the cycle. Send an empty string for startsAt/endsAt to clear the date; an unparseable date is a 400, not a silent null. endsAt must fall on or after startsAt once the patch is merged with the stored row. A name another cycle in the same team already uses is a 409; "" clears the name and never collides. A cycle's team is immutable, so teamId is not accepted. Cycles in another org read as 404.
Liveness probe
Unauthenticated liveness check used by the platform and monitors.