- title: "GraphQL API legacyMode argument for Runner status" # The name of the feature to be deprecated announcement_milestone: "15.0" # The milestone when this feature was first announced as deprecated. removal_milestone: "16.0" # The milestone when this feature is planned to be removed breaking_change: true # If this deprecation is a breaking change, set this value to true reporter: pedropombeiro # GitLab username of the person reporting the deprecation body: | # Do not modify this line, instead modify the lines below. The `legacyMode` argument to the `status` field in `RunnerType` will be rendered non-functional in the 16.0 release as part of the deprecations details in the [issue](https://gitlab.com/gitlab-org/gitlab/-/issues/351109). In GitLab 16.0 and later, the `status` field will act as if `legacyMode` is null. The `legacyMode` argument will be present during the 16.x cycle to avoid breaking the API signature, and will be removed altogether in the 17.0 release. stage: Verify tiers: [Core, Premium, Ultimate] issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/360545 documentation_url: https://docs.gitlab.com/ee/api/graphql/reference/#cirunnerstatus