mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
34 lines
624 B
Markdown
34 lines
624 B
Markdown
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# users suspend
|
|
|
|
Update a user's status to 'suspended'. A suspended user cannot log into the platform
|
|
|
|
Aliases:
|
|
|
|
- rm
|
|
- delete
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder users suspend [flags] <username|user_id>
|
|
```
|
|
|
|
## Description
|
|
|
|
```console
|
|
$ coder users suspend example_user
|
|
```
|
|
|
|
## Options
|
|
|
|
### -c, --column
|
|
|
|
| | |
|
|
| ------- | --------------------------------------------- |
|
|
| Type | <code>string-array</code> |
|
|
| Default | <code>username,email,created_at,status</code> |
|
|
|
|
Specify a column to filter in the table.
|