# 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":"NVIDIA Run:ai","version":"2.22"},"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":"NVIDIA Run:ai","version":"2.22"},"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":"NVIDIA Run:ai","version":"2.22"},"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":"NVIDIA Run:ai","version":"2.22"},"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"}}}}}}
```
