diff options
author | Max Kellermann <max@musicpd.org> | 2020-01-20 09:10:02 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-01-20 14:56:31 +0100 |
commit | cc7f66822ed4e4f673255f3094bdc123831d8c56 (patch) | |
tree | 41dde0044002890840204898c21db53c364669b7 /doc/protocol.rst | |
parent | 9cbfa66886257d0df4c677c01e37be05bbf6f266 (diff) |
command/partition: add command "delpartition"
Diffstat (limited to 'doc/protocol.rst')
-rw-r--r-- | doc/protocol.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst index 88742f9d2..a51a3b6b5 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -1262,6 +1262,10 @@ client is assigned to one partition at a time. :command:`newpartition {NAME}` Create a new partition. +:command:`delpartition {NAME}` + Delete a partition. The partition must be empty (no connected + clients and no outputs). + :command:`moveoutput {OUTPUTNAME}` Move an output to the current partition. |