iamkubi / pydactyl

Python wrapper for the Pterodactyl Panel API
MIT License
67 stars 21 forks source link

create server on specific node #91

Closed vipvenom closed 3 months ago

vipvenom commented 3 months ago

how do i create a server in a specifc node? if i have multiple nodes in a single location?

create_server(name, user_id, nest_id, egg_id, memory_limit, swap_limit, disk_limit, location_ids=[], port_range=[], environment={}, cpu_limit=0, io_limit=500, database_limit=0, allocation_limit=0, backup_limit=0, docker_image=None, startup_cmd=None, dedicated_ip=False, start_on_completion=True, oom_disabled=True, default_allocation=None, additional_allocations=None, external_id=None, description=None)

cant find anything ehre

iamkubi commented 3 months ago

You use the location_ids.