machinectl systemd Developer Lennart Poettering lennart@poettering.net machinectl 1 machinectl Control the systemd machine manager machinectl OPTIONS COMMAND NAME Description machinectl may be used to introspect and control the state of the systemd1 virtual machine and container registration manager systemd-machined.service8. Options The following options are understood: Prints a short help text and exits. Prints a short version string and exits. When showing machine properties, limit the output to certain properties as specified by the argument. If not specified, all set properties are shown. The argument should be a property name, such as Name. If specified more than once, all properties with the specified names are shown. When showing machine properties, show all properties regardless of whether they are set or not. Do not ellipsize cgroup members. Do not pipe output into a pager. Do not query the user for authentication for privileged operations. When used with kill-machine, choose which processes to kill. Must be one of , or to select whether to kill only the leader process of the machine or all processes of the machine. If omitted, defaults to . When used with kill-machine, choose which signal to send to selected processes. Must be one of the well-known signal specifiers, such as SIGTERM, SIGINT or SIGSTOP. If omitted, defaults to SIGTERM. Execute operation remotely. Specify a hostname, or username and hostname separated by @, to connect to. This will use SSH to talk to the remote machine manager instance. Acquire privileges via PolicyKit before executing the operation. The following commands are understood: list List currently running virtual machines and containers. status [ID...] Show terse runtime status information about one or more virtual machines and containers. This function is intended to generate human-readable output. If you are looking for computer-parsable output, use show instead. show [ID...] Show properties of one or more registered virtual machines or containers or the manager itself. If no argument is specified, properties of the manager will be shown. If an ID is specified, properties of this virtual machine or container are shown. By default, empty properties are suppressed. Use to show those too. To select specific properties to show, use . This command is intended to be used whenever computer-parsable output is required. Use status if you are looking for formatted human-readable output. terminate [ID...] Terminates a virtual machine or container. This kills all processes of the virtual machine or container and deallocates all resources attached to that instance. kill [ID...] Send a signal to one or more processes of the virtual machine or container. This means processes as seen by the host, not the processes inside the virtual machine or container. Use to select which process to kill. Use to select the signal to send. Exit status On success, 0 is returned, a non-zero failure code otherwise. Environment $SYSTEMD_PAGER Pager to use when is not given; overrides $PAGER. Setting this to an empty string or the value cat is equivalent to passing . See Also systemd-machined.service8, systemd-logind.service8, systemd.special7.