Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions 1.11/cli/command-reference/dcos-node/dcos-node-decommission.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
post_title: dcos node decommission
menu_order: 0
---

# Description

Mark an agent as gone.

# Usage

```bash
dcos node decommission <mesos-id>
```

# Parent command

| Command | Description |
|---------|-------------|
| [dcos node](/docs/1.11/cli/command-reference/dcos-node/) | View DC/OS node information. |
4 changes: 3 additions & 1 deletion 1.11/cli/command-reference/dcos-node/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ dcos node [OPTION]

| Command | Description |
|---------|-------------|
| [dcos node decommission ](/docs/1.11/cli/command-reference/dcos-node/dcos-node-decommission) | Mark an agent as gone. |
| [dcos node diagnostics](/docs/1.11/cli/command-reference/dcos-node/dcos-node-diagnostics/) | View the details of diagnostics bundles. |
| [dcos node diagnostics create](/docs/1.11/cli/command-reference/dcos-node/dcos-node-diagnostics-create/) | Create a diagnostics bundle.|
| [dcos node diagnostics delete](/docs/1.11/cli/command-reference/dcos-node/dcos-node-diagnostics-delete/) | Delete a diagnostics bundle.|
| [dcos node diagnostics download](/docs/1.11/cli/command-reference/dcos-node/dcos-node-diagnostics-download/) | Download a diagnostics bundle.|
| [dcos node list components](/docs/1.11/cli/command-reference/dcos-node/dcos-node-list-components/) | |
| [dcos node log](/docs/1.11/cli/command-reference/dcos-node/dcos-node-log/) | Print the Mesos logs for the leading master node, agent nodes, or both. |
| [dcos node ssh](/docs/1.11/cli/command-reference/dcos-node/dcos-node-ssh/) | Establish an SSH connection to the master or agent nodes of your DC/OS cluster. |
| [dcos node ssh](/docs/1.11/cli/command-reference/dcos-node/dcos-node-ssh/) | Establish an SSH connection to the master or agent nodes of your DC/OS cluster. |
| [dcos node decommission](/docs/1.11/cli/command-reference/dcos-node/dcos-node-decommission/) | Mark an agent as gone. |