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.|
|
|`--detached`| Run agent in the background. The `clearml-agent` command returns immediately.|
|
|`--docker`| Run in Docker mode. Execute the Task inside a Docker container. To specify the image name and optional arguments, either:
- Use `--docker ` on the command line, or
- Use `--docker` on the command line, and specify the default image name and arguments in the configuration file.
Environment variable settings for Docker containers: - `CLEARML_DOCKER_SKIP_GPUS_FLAG` - Ignore the `--gpus` flag inside the Docker container. This also lets you execute ClearML Agent using Docker versions earlier than 19.03.
- `NVIDIA_VISIBLE_DEVICES` - Limit GPU visibility for the Docker container.
- `CLEARML_AGENT_GIT_USER` and `CLEARML_AGENT_GIT_PASS` - Pass these credentials to the Docker container at execution.
|
|
-|`--downtime`| Specify downtime for clearml-agent in ` ` format. For example, use `09-13 TUE` to set Tuesday's downtime to 09-13.
NOTES: - This feature is available under the ClearML Enterprise plan
- Make sure to configure only `--uptime` or `--downtime`, but not both.
|
|
-|`--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|
|
+|`--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.
|
|
+|`--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** |
|
|`--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`.|
|
|`--foreground`| Pipe full log to stdout/stderr. Do not use this option if running in background.|
|
|`--git-pass`| Git password for repository access.|
|
@@ -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.|
|
|`--status`| Print the worker's schedule (uptime properties, server's runtime properties and listening queues)|
|
|`--stop`| Terminate a running ClearML Agent, if other arguments are the same. If no additional arguments are provided, agents are terminated in lexicographical order.|
|
-|`--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.
|
|
-|`--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**. |
|
+|`--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.
|
|
+|`--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**. |
|