count: Specifies how many sandbox instances to clone. The minimum value is 1, and the maximum is determined by the concurrent running sandbox instance limit (see Quota Limit).strict: Specifies whether to strictly clone according to the number specified in thecountparameter. The default value is false. When set to true, if the number of successfully cloned instances is less thancount, a clone failure error will be returned, and other successfully created sandboxes will also be cleaned up. When set to false, the actual number of successfully cloned sandbox instances will be returned.timeout(timeoutMs): Specifies the timeout for cloning sandbox instances. If this parameter is not specified, when the parent sandbox is running, it inherits the parent sandbox’s timeout configuration; but when the parent sandbox is in a paused state, the default value of 5min is used.
Bash