NAME
WWW::VastAI::API::Endpoints - Serverless endpoint management for Vast.ai
VERSION
version 0.001
DESCRIPTION
Provides access to Vast.ai serverless endpoint management plus helper calls for endpoint workers and logs.
METHODS
list
Returns an arrayref of WWW::VastAI::Endpoint objects.
create
Creates a new endpoint and returns it as a WWW::VastAI::Endpoint object.
delete
Deletes the endpoint identified by $id.
workers
Fetches worker information for a serverless endpoint.
logs
Fetches logs for a serverless endpoint by endpoint name.
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-vastai/issues.
IRC
Join #kubernetes on irc.perl.org or message Getty directly.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <torsten@raudssus.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.