---
title: "Stop a remote run"
method: POST
path: "/remote_run/{service}/{instance}/stop"
tags: ["service"]
---

# Stop a remote run

`POST /remote_run/{service}/{instance}/stop`

## Path parameters

- `service` string, required
- `instance` string, required

## Response `200`

Remote run pod stopped

- RemoteRunOutcome
  - `status` integer, required
  - `message` string, required
  - `pod_name` string
  - `pod_address` string
  - `job_name` string
  - `namespace` string

## Other responses

- `403` — Unauthorized to remote-run this service
- `404` — Service instance not found
- `500` — Failure

---

[API](https://skmtc.net/yelp/apis/paasta-api.md) · [All operations](https://skmtc.net/yelp/apis/paasta-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yelp/paasta-api/versions/0f10edc28b60/schema)
