- name: "API: `stale` status returned instead of `offline` or `not_connected`" announcement_milestone: "14.6" # The milestone when this feature was first announced as deprecated. announcement_date: "2021-12-22" removal_milestone: "15.0" # the milestone when this feature is planned to be removed removal_date: "2022-05-22" breaking_change: true body: | # Do not modify this line, instead modify the lines below. The Runner [API](https://docs.gitlab.com/ee/api/runners.html#runners-api) endpoints have changed in 15.0. If a runner has not contacted the GitLab instance in more than three months, the API returns `stale` instead of `offline` or `not_connected`. The `stale` status was introduced in 14.6. The `not_connected` status is no longer valid. It was replaced with `never_contacted`. Available statuses are `online`, `offline`, `stale`, and `never_contacted`. stage: Verify tiers: [Core, Premium, Ultimate] issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/347303 documentation_url: https://docs.gitlab.com/ee/api/runners.html#runners-api