# Administrator Command Line Interface

Information specific to the Administrator Command Line Interface.

## Get Administrator Command Line Interface release.

> Retrieve the Administrator Command Line Interface version.

```json
{"openapi":"3.0.3","info":{"title":"Runai API","version":"2.19"},"tags":[{"name":"Administrator Command Line Interface","description":"Information specific to the Administrator Command Line Interface."}],"servers":[{"url":"https://app.run.ai"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"Bearer authentication"}},"responses":{"CLIReleaseResponse":{"description":"Get the CLI release.","content":{"application/x-tar":{"schema":{"type":"string","format":"binary"}}}},"BadRequest1":{"description":"Bad request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error1"}}}},"NotFound":{"description":"The specified resource was not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error1"}}}},"serviceUnavailable":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error1"}}}}},"schemas":{"Error1":{"required":["code","message"],"properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"}}}}},"paths":{"/v1/k8s/admin-cli/{os}":{"get":{"summary":"Get Administrator Command Line Interface release.","description":"Retrieve the Administrator Command Line Interface version.","operationId":"getAdminCLIRelease","tags":["Administrator Command Line Interface"],"responses":{"200":{"$ref":"#/components/responses/CLIReleaseResponse"},"400":{"$ref":"#/components/responses/BadRequest1"},"404":{"$ref":"#/components/responses/NotFound"},"503":{"$ref":"#/components/responses/serviceUnavailable"}}}}}}
```

## Get Administrator Command Line Interface release details.

> Retrieve the details of the Administrator Command Line Interface release.

```json
{"openapi":"3.0.3","info":{"title":"Runai API","version":"2.19"},"tags":[{"name":"Administrator Command Line Interface","description":"Information specific to the Administrator Command Line Interface."}],"servers":[{"url":"https://app.run.ai"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"Bearer authentication"}},"responses":{"ChecksumResponse":{"description":"return an object with hashes of a file for validation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChecksumResponse"}}}},"BadRequest1":{"description":"Bad request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error1"}}}},"NotFound":{"description":"The specified resource was not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error1"}}}},"serviceUnavailable":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error1"}}}}},"schemas":{"ChecksumResponse":{"properties":{"description":{"type":"string"},"md5Hash":{"type":"string"},"crc32c":{"type":"string"}}},"Error1":{"required":["code","message"],"properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"}}}}},"paths":{"/v1/k8s/admin-cli/{os}/checksum":{"get":{"summary":"Get Administrator Command Line Interface release details.","description":"Retrieve the details of the Administrator Command Line Interface release.","operationId":"getAdminCLIReleaseChecksum","tags":["Administrator Command Line Interface"],"responses":{"200":{"$ref":"#/components/responses/ChecksumResponse"},"400":{"$ref":"#/components/responses/BadRequest1"},"404":{"$ref":"#/components/responses/NotFound"},"503":{"$ref":"#/components/responses/serviceUnavailable"}}}}}}
```

## Get Administrator Command Line Interface release by version.

> Retrieve the Administrator Command Line Interface release by version.

```json
{"openapi":"3.0.3","info":{"title":"Runai API","version":"2.19"},"tags":[{"name":"Administrator Command Line Interface","description":"Information specific to the Administrator Command Line Interface."}],"servers":[{"url":"https://app.run.ai"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"Bearer authentication"}},"responses":{"CLIReleaseResponse":{"description":"Get the CLI release.","content":{"application/x-tar":{"schema":{"type":"string","format":"binary"}}}},"BadRequest1":{"description":"Bad request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error1"}}}},"NotFound":{"description":"The specified resource was not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error1"}}}},"serviceUnavailable":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error1"}}}}},"schemas":{"Error1":{"required":["code","message"],"properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"}}}}},"paths":{"/v1/k8s/admin-cli/{version}/{os}":{"get":{"summary":"Get Administrator Command Line Interface release by version.","description":"Retrieve the Administrator Command Line Interface release by version.","operationId":"getAdminCLIReleaseByVersion","tags":["Administrator Command Line Interface"],"responses":{"200":{"$ref":"#/components/responses/CLIReleaseResponse"},"400":{"$ref":"#/components/responses/BadRequest1"},"404":{"$ref":"#/components/responses/NotFound"},"503":{"$ref":"#/components/responses/serviceUnavailable"}}}}}}
```

## Get Administrator Command Line Interface release checksums.

> Retrieve the checksums of the Administrator Command Line Interface release.

```json
{"openapi":"3.0.3","info":{"title":"Runai API","version":"2.19"},"tags":[{"name":"Administrator Command Line Interface","description":"Information specific to the Administrator Command Line Interface."}],"servers":[{"url":"https://app.run.ai"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"Bearer authentication"}},"responses":{"ChecksumResponse":{"description":"return an object with hashes of a file for validation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChecksumResponse"}}}},"BadRequest1":{"description":"Bad request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error1"}}}},"NotFound":{"description":"The specified resource was not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error1"}}}},"serviceUnavailable":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error1"}}}}},"schemas":{"ChecksumResponse":{"properties":{"description":{"type":"string"},"md5Hash":{"type":"string"},"crc32c":{"type":"string"}}},"Error1":{"required":["code","message"],"properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"}}}}},"paths":{"/v1/k8s/admin-cli/{version}/{os}/checksum":{"get":{"summary":"Get Administrator Command Line Interface release checksums.","description":"Retrieve the checksums of the Administrator Command Line Interface release.","operationId":"getAdminCLIReleaseByVersionChecksum","tags":["Administrator Command Line Interface"],"responses":{"200":{"$ref":"#/components/responses/ChecksumResponse"},"400":{"$ref":"#/components/responses/BadRequest1"},"404":{"$ref":"#/components/responses/NotFound"},"503":{"$ref":"#/components/responses/serviceUnavailable"}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://run-ai-docs.nvidia.com/api/2.19/organizations/administrator-command-line-interface.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
