<!-- DO NOT EDIT | GENERATED CONTENT -->
# provisioner list

List provisioner daemons in an organization

Aliases:

* ls

## Usage

```console
coder provisioner list [flags]
```

## Options

### -l, --limit

|             |                                            |
|-------------|--------------------------------------------|
| Type        | <code>int</code>                           |
| Environment | <code>$CODER_PROVISIONER_LIST_LIMIT</code> |
| Default     | <code>50</code>                            |

Limit the number of provisioners returned.

### -f, --show-offline

|             |                                              |
|-------------|----------------------------------------------|
| Type        | <code>bool</code>                            |
| Environment | <code>$CODER_PROVISIONER_SHOW_OFFLINE</code> |

Show offline provisioners.

### -s, --status

|             |                                             |
|-------------|---------------------------------------------|
| Type        | <code>[offline\|idle\|busy]</code>          |
| Environment | <code>$CODER_PROVISIONER_LIST_STATUS</code> |

Filter by provisioner status.

### -m, --max-age

|             |                                              |
|-------------|----------------------------------------------|
| Type        | <code>duration</code>                        |
| Environment | <code>$CODER_PROVISIONER_LIST_MAX_AGE</code> |

Filter provisioners by maximum age.

### -O, --org

|             |                                  |
|-------------|----------------------------------|
| Type        | <code>string</code>              |
| Environment | <code>$CODER_ORGANIZATION</code> |

Select which organization (uuid or name) to use.

### -c, --column

|         |                                                                                                                                                                                                                                                                                                                                                                                               |
|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Type    | <code>[id\|organization id\|created at\|last seen at\|name\|version\|api version\|tags\|key name\|status\|current job id\|current job status\|current job template name\|current job template icon\|current job template display name\|previous job id\|previous job status\|previous job template name\|previous job template icon\|previous job template display name\|organization]</code> |
| Default | <code>created at,last seen at,key name,name,version,status,tags</code>                                                                                                                                                                                                                                                                                                                        |

Columns to display in table output.

### -o, --output

|         |                          |
|---------|--------------------------|
| Type    | <code>table\|json</code> |
| Default | <code>table</code>       |

Output format.
