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 usetag: Docker image tag to usemax_hours: Maximum runtime in hoursephemeral_storage_gb: Ephemeral storage size in GBdescription: Description of what the command does