NAME

WWW::VastAI::Workergroup - Serverless workergroup wrapper with management helpers

VERSION

version 0.001

DESCRIPTION

WWW::VastAI::Workergroup wraps a serverless workergroup managed through WWW::VastAI::API::Workergroups.

METHODS

endpoint_name

Returns the endpoint name this workergroup belongs to.

endpoint_id

Returns the endpoint identifier when present.

template_hash

Returns the template hash used by the workergroup.

api_key

Returns the API key associated with the workergroup when present.

workers

Returns worker information for the workergroup.

logs

Returns workergroup logs.

update

$group->update(%params);

Updates the workergroup and refreshes the local payload.

delete

Deletes the workergroup and returns the raw API response.

SEE ALSO

WWW::VastAI, WWW::VastAI::API::Workergroups, WWW::VastAI::Endpoint

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.