docs/cli/commands/controlling/compliant.md
---
title: Compliant Command
---
# Compliant
## Overview
This command sets the state of the selected motor(s) to 'compliant' _i.e._ make them handly drivable.
```shell
poppy compliant [-h] [-m motors] [-H hostname] [-P port]
```
## Options
| desccription | value | default | mandatory
--- | --- | --- | --- | ---
-m/--motor | Select the targeted motors.| name of motors \| 'all' | 'all' | no
-H/--host | Set the Poppy hostname/IP | string | poppy.local | no
-p/--port | Set the REST API port on Poppy | integer | 8080 | no
-h/--help | Display help about this command | boolean | false | no
## Examples
- Set state of all motors to 'compliant':
```shell
poppy compliant
```
- Set state of motors m1 and m2 to 'compliant':
```shell
poppy compliant -m m1 m2
```