---
title: "Resume scan"
method: POST
path: "/api/scans/{scan_id}/resume"
tags: ["scans"]
---

# Resume scan

`POST /api/scans/{scan_id}/resume`

Resume a previously paused scan.

## Path parameters

- `scan_id` integer, required

## Response `200`

Scan resumed

- StopScanResponse
  - `scan_id` integer
  - `status` string
  - `message` string

## Other responses

- `404` — Scan not found or not paused

---

[API](https://skmtc.net/bugtraceai/apis/bugtraceai-cli-api.md) · [All operations](https://skmtc.net/bugtraceai/apis/bugtraceai-cli-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bugtraceai/bugtraceai-cli-api/versions/312bfc1148dc/schema)
