---
title: "Robot"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/robot/"
source: "https://container-registry.com/docs/harbor-api-client/model/robot/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/robot/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/harbor-api-client/model/robot/index.md>. Site index: <https://container-registry.com/llms.txt>.


# Robot

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | The ID of the robot | [optional] 
**name** | **str** | The name of the tag | [optional] 
**description** | **str** | The description of the robot | [optional] 
**secret** | **str** | The secret of the robot | [optional] 
**level** | **str** | The level of the robot, project or system | [optional] 
**duration** | **int** | The duration of the robot in days | [optional] 
**editable** | **bool** | The editable status of the robot | [optional] 
**disable** | **bool** | The disable status of the robot | [optional] 
**expires_at** | **int** | The expiration data of the robot | [optional] 
**permissions** | **[list[RobotPermission]](../robotpermission/)** |  | [optional] 
**creation_time** | **datetime** | The creation time of the robot. | [optional] 
**update_time** | **datetime** | The update time of the robot. | [optional] 



