Развёртывания
Архивировать развёртывание
$ ant beta:deployments archiveModels
beta_managed_agents_agent_archived_deployment_paused_reason_error: object{ type }The deployment's agent was archived.
The deployment's agent was archived.
beta_managed_agents_cron_schedule: object{ expression, timezone, type, 2 more }5-field POSIX cron schedule with computed runtime timestamps.
5-field POSIX cron schedule with computed runtime timestamps.
expression: string5-field POSIX cron expression: minute hour day-of-month month day-of-week (e.g., "0 9 * * 1-5" for weekdays at 9am). Day-of-week is 0-7 where 0 and 7 both mean Sunday. Extended cron syntax - seconds or year fields, and the special characters L, W, #, and ? - is not supported, nor are predefined shortcuts (@daily).
5-field POSIX cron expression: minute hour day-of-month month day-of-week (e.g., "0 9 * * 1-5" for weekdays at 9am). Day-of-week is 0-7 where 0 and 7 both mean Sunday. Extended cron syntax - seconds or year fields, and the special characters L, W, #, and ? - is not supported, nor are predefined shortcuts (@daily).
timezone: stringIANA timezone identifier (e.g., "America/Los_Angeles", "UTC").
IANA timezone identifier (e.g., "America/Los_Angeles", "UTC").
last_run_at: optional stringA timestamp in RFC 3339 format
A timestamp in RFC 3339 format
Up to 5 timestamps of upcoming cron occurrences. Non-empty for active and paused deployments (reflects what the schedule would do if unpaused); empty once the deployment is archived (archived_at set). Each fire is offset by a small per-schedule jitter, so a run will actually start at or shortly after its listed time.
beta_managed_agents_cron_schedule_params: object{ expression, timezone, type }5-field POSIX cron schedule. Literal wall-clock matching in the configured timezone.
5-field POSIX cron schedule. Literal wall-clock matching in the configured timezone.
expression: string5-field POSIX cron expression: minute hour day-of-month month day-of-week (e.g., "0 9 * * 1-5" for weekdays at 9am). Day-of-week is 0-7 where 0 and 7 both mean Sunday. Extended cron syntax - seconds or year fields, and the special characters L, W, #, and ? - is not supported, nor are predefined shortcuts (@daily).
5-field POSIX cron expression: minute hour day-of-month month day-of-week (e.g., "0 9 * * 1-5" for weekdays at 9am). Day-of-week is 0-7 where 0 and 7 both mean Sunday. Extended cron syntax - seconds or year fields, and the special characters L, W, #, and ? - is not supported, nor are predefined shortcuts (@daily).
timezone: stringRequired. IANA timezone identifier (e.g., "America/Los_Angeles", "UTC"). Validated against the IANA timezone database.
Required. IANA timezone identifier (e.g., "America/Los_Angeles", "UTC"). Validated against the IANA timezone database.
beta_managed_agents_deployment: object{ id, agent, archived_at, 14 more }A deployment is a configured instance of an agent — it binds the agent to everything needed to run it autonomously: an environment, credentials, initial events, and an optional schedule.
A deployment is a configured instance of an agent — it binds the agent to everything needed to run it autonomously: an environment, credentials, initial events, and an optional schedule.
beta_managed_agents_deployment_initial_event: BetaManagedAgentsDeploymentUserMessageEvent { content, type } or BetaManagedAgentsDeploymentUserDefineOutcomeEvent { description, rubric, type, max_iterations } or BetaManagedAgentsDeploymentSystemMessageEvent { content, type }An event sent to a session immediately after it is created. Supports user.message, user.define_outcome, and system.message.
An event sent to a session immediately after it is created. Supports user.message, user.define_outcome, and system.message.
beta_managed_agents_deployment_initial_event_params: BetaManagedAgentsUserMessageEventParams { content, type } or BetaManagedAgentsUserDefineOutcomeEventParams { description, rubric, type, max_iterations } or BetaManagedAgentsSystemMessageEventParams { content, type }An event sent to a session immediately after it is created. Supports user.message, user.define_outcome, and system.message.
An event sent to a session immediately after it is created. Supports user.message, user.define_outcome, and system.message.
beta_managed_agents_deployment_paused_reason: BetaManagedAgentsManualDeploymentPausedReason { type } or BetaManagedAgentsErrorDeploymentPausedReason { error, type }Why a deployment is paused. Non-null exactly when status is paused.
Why a deployment is paused. Non-null exactly when status is paused.
beta_managed_agents_deployment_paused_reason_error: BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError { type } or BetaManagedAgentsAgentArchivedDeploymentPausedReasonError { type } or BetaManagedAgentsEnvironmentNotFoundDeploymentPausedReasonError { type } or 11 moreThe error that triggered an auto-pause. Matches the failed run's error.type.
The error that triggered an auto-pause. Matches the failed run's error.type.
beta_managed_agents_deployment_status: "active" or "paused"Lifecycle status of a deployment.
Lifecycle status of a deployment.
beta_managed_agents_deployment_system_message_event: object{ content, type }Privileged context for the accompanying turn and all subsequent turns, appended to the session's system context as a role: "system" turn rather than replacing the top-level system prompt.
Privileged context for the accompanying turn and all subsequent turns, appended to the session's system context as a role: "system" turn rather than replacing the top-level system prompt.
content: array of BetaManagedAgentsSystemContentBlock { text, type }System content blocks to append. Text-only.
System content blocks to append. Text-only.
text: stringThe text content.
The text content.
beta_managed_agents_deployment_user_define_outcome_event: object{ description, rubric, type, max_iterations }An outcome the agent should work toward. The agent begins work on receipt.
An outcome the agent should work toward. The agent begins work on receipt.
beta_managed_agents_deployment_user_message_event: object{ content, type }A user message sent to the session.
A user message sent to the session.
beta_managed_agents_environment_archived_deployment_paused_reason_error: object{ type }The deployment's environment was archived.
The deployment's environment was archived.
beta_managed_agents_environment_not_found_deployment_paused_reason_error: object{ type }The deployment's environment no longer exists.
The deployment's environment no longer exists.
beta_managed_agents_error_deployment_paused_reason: object{ error, type }A scheduled fire recorded a failed run whose error auto-pauses the deployment.
A scheduled fire recorded a failed run whose error auto-pauses the deployment.
beta_managed_agents_file_not_found_deployment_paused_reason_error: object{ type }A file resource referenced by the deployment no longer exists.
A file resource referenced by the deployment no longer exists.
beta_managed_agents_file_resource_config: object{ file_id, type, mount_path }A file mounted into each session's container.
A file mounted into each session's container.
ID of a previously uploaded file.
Mount path in the container. Defaults to /mnt/session/uploads/<file_id>.
beta_managed_agents_github_repository_resource_config: object{ type, url, checkout, mount_path }A GitHub repository mounted into each session's container. The authorization token is write-only and never returned.
A GitHub repository mounted into each session's container. The authorization token is write-only and never returned.
beta_managed_agents_manual_deployment_paused_reason: object{ type }The caller invoked the pause endpoint on the deployment.
The caller invoked the pause endpoint on the deployment.
beta_managed_agents_mcp_egress_blocked_deployment_paused_reason_error: object{ type }An MCP server host used by the deployment's agent is blocked by the environment's network policy.
An MCP server host used by the deployment's agent is blocked by the environment's network policy.
beta_managed_agents_memory_store_archived_deployment_paused_reason_error: object{ type }A memory store referenced by the deployment is archived.
A memory store referenced by the deployment is archived.
beta_managed_agents_memory_store_resource_config: object{ memory_store_id, type, access, instructions }A memory store attached to each session created from this deployment.
A memory store attached to each session created from this deployment.
The memory store ID (memstore_...). Must belong to the caller's organization and workspace.
access: optional "read_write" or "read_only"Access mode for an attached memory store.
Access mode for an attached memory store.
Per-attachment guidance for the agent on how to use this store. Rendered into the memory section of the system prompt. Max 4096 chars.
beta_managed_agents_organization_disabled_deployment_paused_reason_error: object{ type }The deployment's organization is disabled.
The deployment's organization is disabled.
beta_managed_agents_schedule: object{ expression, timezone, type, 2 more }5-field POSIX cron schedule with computed runtime timestamps.
5-field POSIX cron schedule with computed runtime timestamps.
expression: string5-field POSIX cron expression: minute hour day-of-month month day-of-week (e.g., "0 9 * * 1-5" for weekdays at 9am). Day-of-week is 0-7 where 0 and 7 both mean Sunday. Extended cron syntax - seconds or year fields, and the special characters L, W, #, and ? - is not supported, nor are predefined shortcuts (@daily).
5-field POSIX cron expression: minute hour day-of-month month day-of-week (e.g., "0 9 * * 1-5" for weekdays at 9am). Day-of-week is 0-7 where 0 and 7 both mean Sunday. Extended cron syntax - seconds or year fields, and the special characters L, W, #, and ? - is not supported, nor are predefined shortcuts (@daily).
timezone: stringIANA timezone identifier (e.g., "America/Los_Angeles", "UTC").
IANA timezone identifier (e.g., "America/Los_Angeles", "UTC").
last_run_at: optional stringA timestamp in RFC 3339 format
A timestamp in RFC 3339 format
Up to 5 timestamps of upcoming cron occurrences. Non-empty for active and paused deployments (reflects what the schedule would do if unpaused); empty once the deployment is archived (archived_at set). Each fire is offset by a small per-schedule jitter, so a run will actually start at or shortly after its listed time.
beta_managed_agents_schedule_params: object{ expression, timezone, type }5-field POSIX cron schedule. Literal wall-clock matching in the configured timezone.
5-field POSIX cron schedule. Literal wall-clock matching in the configured timezone.
expression: string5-field POSIX cron expression: minute hour day-of-month month day-of-week (e.g., "0 9 * * 1-5" for weekdays at 9am). Day-of-week is 0-7 where 0 and 7 both mean Sunday. Extended cron syntax - seconds or year fields, and the special characters L, W, #, and ? - is not supported, nor are predefined shortcuts (@daily).
5-field POSIX cron expression: minute hour day-of-month month day-of-week (e.g., "0 9 * * 1-5" for weekdays at 9am). Day-of-week is 0-7 where 0 and 7 both mean Sunday. Extended cron syntax - seconds or year fields, and the special characters L, W, #, and ? - is not supported, nor are predefined shortcuts (@daily).
timezone: stringRequired. IANA timezone identifier (e.g., "America/Los_Angeles", "UTC"). Validated against the IANA timezone database.
Required. IANA timezone identifier (e.g., "America/Los_Angeles", "UTC"). Validated against the IANA timezone database.
beta_managed_agents_self_hosted_resources_unsupported_deployment_paused_reason_error: object{ type }The deployment configures resources, but its environment is self-hosted and cannot mount them.
The deployment configures resources, but its environment is self-hosted and cannot mount them.
beta_managed_agents_session_resource_config: BetaManagedAgentsGitHubRepositoryResourceConfig { type, url, checkout, mount_path } or BetaManagedAgentsFileResourceConfig { file_id, type, mount_path } or BetaManagedAgentsMemoryStoreResourceConfig { memory_store_id, type, access, instructions }A configured session resource. Echoes the input minus write-only credentials.
A configured session resource. Echoes the input minus write-only credentials.
beta_managed_agents_session_resource_not_found_deployment_paused_reason_error: object{ type }A referenced resource no longer exists and its kind was not reported.
A referenced resource no longer exists and its kind was not reported.
beta_managed_agents_skill_not_found_deployment_paused_reason_error: object{ type }A skill referenced by the deployment's agent no longer exists.
A skill referenced by the deployment's agent no longer exists.
beta_managed_agents_unknown_deployment_paused_reason_error: object{ type }An unrecognized error auto-paused the deployment. A fallback variant; matches a run whose error.type is unknown_error.
An unrecognized error auto-paused the deployment. A fallback variant; matches a run whose error.type is unknown_error.
beta_managed_agents_vault_archived_deployment_paused_reason_error: object{ type }A vault referenced by the deployment is archived.
A vault referenced by the deployment is archived.
beta_managed_agents_vault_not_found_deployment_paused_reason_error: object{ type }A vault referenced by the deployment no longer exists.
A vault referenced by the deployment no longer exists.
beta_managed_agents_workspace_archived_deployment_paused_reason_error: object{ type }The deployment's workspace was archived.
The deployment's workspace was archived.