github.com/adityamillind98/nomad@v0.11.8/website/pages/docs/commands/namespace/status.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Commands: namespace status' 4 sidebar_title: status 5 description: > 6 The namespace status command is used to view the status of a particular 7 namespace. 8 --- 9 10 # Command: namespace status 11 12 The `namespace status` command is used to view the status of a particular 13 namespace. 14 15 ~> Namespace commands are new in Nomad 0.7 and are only available with Nomad 16 Enterprise. 17 18 ## Usage 19 20 ```plaintext 21 nomad namespace status [options] <namespace_name> 22 ``` 23 24 ## General Options 25 26 @include 'general_options.mdx' 27 28 ## Examples 29 30 View the status of a namespace: 31 32 ```shell-session 33 $ nomad namespace status default 34 Name = default 35 Description = Default shared namespace 36 Quota = shared-default-quota 37 38 Quota Limits 39 Region CPU Usage Memory Usage 40 global 500 / 2500 256 / 2000 41 ```