Skip to content

v1.7.1

Choose a tag to compare

@shamrin shamrin released this 06 Mar 20:02
· 301 commits to master since this release

v1.7.1 (2025-03-06)

  • Add contract and pricing parameters in datacrunch.instances.create(), for example:
instance = datacrunch.instances.create(
    instance_type='CPU.4V.16G',
    image='ubuntu-24.04',
    ssh_key_ids=ssh_keys_ids,
    hostname='instance-name',
    location='FIN-01',
    description='Test instance',
    is_spot=False,
    pricing='DYNAMIC_PRICE',
)