# Start a debug bundle collection

**POST /v1/debug/bundle**

Start a debug bundle collection.


## Servers
- http://localhost:9644: http://localhost:9644 ()



## Parameters



### Body: application/json (object)
Request to start a debug bundle collection.
- **job_id** (string)
  UUID for the debug bundle job.
- **config** (object)
  Optional configuration for debug bundle collection.


## Responses
### 200
Successfully started the debug bundle collection.

#### Body: application/json (object)
- **job_id** (string)
  UUID of the job started.

### 401
Unauthorized

#### Body: application/json (object)
- **code** (integer)
  The error code.
- **message** (string)
  Error message describing what went wrong.

### 403
Forbidden

#### Body: application/json (object)
- **code** (integer)
  The error code.
- **message** (string)
  Error message describing what went wrong.

### 409
Debug bundle process already running.

#### Body: application/json (object)
- **code** (integer)
  The error code.
- **message** (string)
  Error message describing what went wrong.

### 422
Invalid input, could not start the debug bundle collection.

#### Body: application/json (object)
- **code** (integer)
  The error code.
- **message** (string)
  Error message describing what went wrong.

### 500
Internal server error

#### Body: application/json (object)
- **code** (integer)
  The error code.
- **message** (string)
  Error message describing what went wrong.


[Powered by Bump.sh](https://bump.sh)
