Unable to deploy machine with volume: "<volume_id>"

When submitting this body / payload to the create machine endpoint:

{'region': 'mia', 'config': {'init': {}, 'image': 'adoniscodes/comfyuiapi', 'auto_destroy': True, 'restart': {'policy': 'always'}, 'mounts': [{'volume': 'vol_vwe376z3g557m18v', 'path': '/app/models'}], 'services': [{'ports': [{'port': 8188, 'handlers': ['tls', 'http']}], 'protocol': 'tcp', 'autostop': True, 'autostart': True, 'min_machines_running': 0, 'internal_port': 8188}], 'guest': {'cpu_kind': 'performance', 'cpus': 8, 'memory_mb': 16384, 'gpus': 1, 'gpu_kind': 'a100-sxm4-80gb'}}}

I get this error:

{'error': "insufficient resources to create new machine with existing volume 'vol_vwe376z3g557m18v'"}

(I have tested the ord region, and also tested other gpus like the l40s.

Any help?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.