Skip to content
Error codes · Status pages & incidents

RU-5014: Maintenance window not found or not creatable

Either no maintenance window with that ID exists in this account, or a window could not be created because statusPageId (or one of the componentIds) does not belong to this account.

On the wire

Ships with HTTP status 404, carrying "code": "RU-5014" in the response body alongside the human-readable error message. Existing fields are never replaced by the code: it is additive.

Common causes

  • The status page or component ID belongs to another account, or was deleted.
  • The window ID belongs to another account, or was already deleted.

How to fix it

  1. List your status pages with GET /status-pages and their components with GET /status-pages/:id/components, and use IDs from those responses.

Related codes

  • RU-5013: Invalid maintenance window request

Still stuck?

Ask support and mention RU-5014: the code pins down the exact refusal path, so you skip the diagnostic back-and-forth.