Set

Update the definition of an existing command

tapit set command name=command-name ['new command'] [schedule='cron-expression'] [memory|cpu|image|tag|max_hours|ephemeral_storage_gb]=value [description='text']

Arguments

  • ‘new command’ - Updated shell command to run (optional)

Required

  • name

Parameters

  • name: Name of the command to update (required)
  • schedule: Cron expression for scheduled execution (e.g., ‘0 * * * *’)
  • memory: Memory allocation in GB (default: 2.0, sandbox limit: 1.0)
  • cpu: CPU allocation in vCPUs (default: 1.0, sandbox limit: 0.25)
  • image: Custom Docker image to use
  • tag: Docker image tag to use
  • max_hours: Maximum runtime in hours
  • ephemeral_storage_gb: Ephemeral storage size in GB
  • description: Description of what the command does