diff --git a/docs/clearml_agent/clearml_agent_ref.md b/docs/clearml_agent/clearml_agent_ref.md index 43ee2019..332c5ed3 100644 --- a/docs/clearml_agent/clearml_agent_ref.md +++ b/docs/clearml_agent/clearml_agent_ref.md @@ -93,8 +93,8 @@ clearml-agent daemon [-h] [--foreground] [--queue QUEUES [QUEUES ...]] [--order- |`--create-queue`| If the queue name provided with `--queue` does not exist in the server, create it on-the-fly and use it.|No| |`--detached`| Run agent in the background. The `clearml-agent` command returns immediately.|No| |`--docker`| Run in Docker mode. Execute the Task inside a Docker container. To specify the image name and optional arguments, either: Environment variable settings for Docker containers: |No| -|`--downtime`| Specify downtime for clearml-agent in ` ` format. For example, use `09-13 TUE` to set Tuesday's downtime to 09-13.

NOTES: |No| -|`--dynamic-gpus`| Allow to dynamically allocate GPUs based on queue properties, configure with `--queue =`. For example: `--dynamic-gpus --queue dual_gpus=2 single_gpu=1`

NOTE: This feature is available under the ClearML Enterprise plan|No| +|`--downtime`| Specify downtime for clearml-agent in ` ` format. For example, use `09-13 TUE` to set Tuesday's downtime to 09-13.

NOTES:
  • This features requires the agent to use a ClearML Enterprise Server
  • Make sure to configure only `--uptime` or `--downtime`, but not both.
|No| +|`--dynamic-gpus`| Allow to dynamically allocate GPUs based on queue properties, configure with `--queue =`. For example: `--dynamic-gpus --queue dual_gpus=2 single_gpu=1`

NOTE: **This features requires the agent to use a ClearML Enterprise Server** |No| |`--force-current-version`| To use your current version of ClearML Agent when running in Docker mode (the `--docker` argument is specified), instead of the latest ClearML Agent version which is automatically installed, specify `force-current-version`.

For example, if your current ClearML Agent version is `0.13.1`, but the latest version of ClearML Agent is `0.13.3`, use `--force-current-version` and your Task will execute in the Docker container with ClearML Agent version `0.13.1`.|No| |`--foreground`| Pipe full log to stdout/stderr. Do not use this option if running in background.|No| |`--git-pass`| Git password for repository access.|No| @@ -109,8 +109,8 @@ clearml-agent daemon [-h] [--foreground] [--queue QUEUES [QUEUES ...]] [--order- |`--standalone-mode`| Do not use any network connects. This assumes all requirements are pre-installed.|No| |`--status`| Print the worker's schedule (uptime properties, server's runtime properties and listening queues)|No| |`--stop`| Terminate a running ClearML Agent, if other arguments are the same. If no additional arguments are provided, agents are terminated in lexicographical order.|No| -|`--uptime`| Specify uptime for clearml-agent in ` ` format. For example, use `17-20 TUE` to set Tuesday's uptime to 17-20.

NOTES:
  • This feature is available under the ClearML Enterprise plan
  • Make sure to configure only `--uptime` or `--downtime`, but not both.
|No| -|`--use-owner-token`| Run tasks under the identity of each task's owner: all calls made by the task code during execution will use the owner's credentials instead of the agent's. See example use case under [Service Accounts](../webapp/settings/webapp_settings_users.md#service-accounts). **This feature is available under the ClearML Enterprise plan**. |No| +|`--uptime`| Specify uptime for clearml-agent in ` ` format. For example, use `17-20 TUE` to set Tuesday's uptime to 17-20.

NOTES:
  • This features requires the agent to use a ClearML Enterprise Server
  • Make sure to configure only `--uptime` or `--downtime`, but not both.
|No| +|`--use-owner-token`| Run tasks under the identity of each task's owner: all calls made by the task code during execution will use the owner's credentials instead of the agent's. See example use case under [Service Accounts](../webapp/settings/webapp_settings_users.md#service-accounts). **This features requires the agent to use a ClearML Enterprise Server**. |No|